home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 1997 April to September / Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso / products / Confluent / note_hpaudio.txt < prev    next >
Text File  |  1995-10-17  |  2KB  |  69 lines

  1. ----------------------------------------------------------------------
  2. Using Audio on HP-UX
  3.  
  4. Last update: 16 August 1995
  5.  
  6. Confluent Technical Notes
  7. Copyright (c) 1995 Confluent, Inc.  All rights reserved.
  8. Suggestions or questions to 415-586-8700 or vthought@confluent.com.
  9. ----------------------------------------------------------------------
  10.  
  11. This technical note describes the use of Visual Thought audio
  12. capabilities on HP-UX.
  13.  
  14.  
  15. The Audio Server
  16. ----------------
  17. The use of audio capabilities on HP-UX requires that the NCS Local
  18. Location Broker Daemon (llbd) and the audio server (Aserver) be
  19. running on every system that is involved with the audio operation.
  20.  
  21. To make llbd start automatically at boot time, edit the file
  22. /etc/netncsrc and change the line:
  23.  
  24.   START_LLBD=0
  25.  
  26. to:
  27.  
  28.   START_LLBD=1
  29.  
  30. If llbd is not running, make the above change and reboot the system.
  31.  
  32. The audio server starts automatically at boot time.  If the server has
  33. been stopped, you can restart the server processes with:
  34.  
  35.   /usr/audio/bin/Aserver
  36.  
  37. To stop the audio server processes, get the two process IDs for the
  38. server with:
  39.  
  40.   ps -e | grep Aserver
  41.  
  42. This will produce two lines of output preceded by the process IDs
  43. <pid1> and <pid2>.  Stop both processes with:
  44.  
  45.   kill <pid1> ; kill <pid2>
  46.  
  47.  
  48. The Audio Host
  49. --------------
  50. The AUDIO environment variable specifies the host where Visual Thought
  51. looks for the audio server.  If AUDIO is not set or is set to ":0",
  52. Visual Thought connects to a server on the local host.  To specify
  53. that Visual Thought should connect to a server on another host, set
  54. the AUDIO environment variable to "<host>:", where <host> is the name
  55. of the host.
  56.  
  57.  
  58. Problems
  59. --------
  60. If Visual Thought audio does not work properly, try the following:
  61.  
  62.  1. Make sure the record and play volumes are not set too low.
  63.  
  64.  2. Make sure the AUDIO environment variable is not set to a different
  65.     host than the one you are using for display.
  66.  
  67.  3. As a last resort, you may need to stop and restart the audio
  68.     servers.  This must be done as superuser.
  69.